ASP.NET MVC Controls
ComboBoxBase<T> Class
Members 

The ComboBox control allows users to pick strings from lists. The control automatically completes entries as the user types, and allows users to show a drop-down list with the items available.
Syntax
'Declaration
 
Public MustInherit Class ComboBoxBase(Of T) 
   Inherits DropDown(Of T)
   Implements IDropDown, ITemplate 
public abstract class ComboBoxBase<T> : DropDown<T>, IDropDown, ITemplate  
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.DropDown<T>
               C1.Web.Mvc.ComboBoxBase<T>
                  C1.Web.Mvc.AutoCompleteBase<T>
                  C1.Web.Mvc.ComboBox<T>
                  C1.Web.Mvc.InputTime<T>
                  C1.Web.Mvc.MenuBase<T>
                  C1.Web.Mvc.MultiSelect<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ComboBoxBase<T> Members
C1.Web.Mvc Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback